#####Knights of St:John Major Events#####
#######By Joakim 'Greven' Bergqwist######
#########################################

#Pierre d'Aubusson#
event = {

	id = 3535
	random = no
	country = KNI
	name = "EVENTNAME3535"
	desc = "EVENTHIST3535"
	style = 1

	date = { day = 1 month = january year = 1483 }
	offset = 360
	deathdate = { day = 1 month = january year = 1484 }

	action_a ={		#Hostage to Papacy for gold and Cardinal appointment#
		name = "ACTIONNAME3535A"
		command = { type = relation  which = PAP  value = 100 }
		command = { type = relation  which = HUN  value = -20 }
		command = { type = relation  which = VEN  value = -20 }
		command = { type = relation  which = TUR  value = -100 }
		command = { type = treasury  value = 200 }
		command = { type = domestic  which = ARISTOCRACY  value = 1 }
	}

	action_b ={		#Hostage to Hungary for gold#
		name = "ACTIONNAME3535B"
		command = { type = relation  which = HUN  value = 100 }
		command = { type = relation  which = PAP  value = -20 }
		command = { type = relation  which = VEN  value = -20 }
		command = { type = relation  which = TUR  value = -100 }
		command = { type = treasury  value = 200 }
	}

	action_c ={		#Hostage to Vienna for gold and traderights#
		name = "ACTIONNAME3535C"
		command = { type = relation  which = PAP  value = -20 }
		command = { type = relation  which = HUN  value = -20 }
		command = { type = relation  which = VEN  value = 100 }
		command = { type = relation  which = TUR  value = -100 }
		command = { type = treasury  value = 180 }
		command = { type = merchants  value = 6 }
	}
}

#Rhodians and other Greeks accepted into the Order#
event = {

	id = 3536
	random = no
	country = KNI
	name = "EVENTNAME3536"
	desc = "EVENTHIST3536"
	style = 2

	date = { day = 1 month = january year = 1501 }
	offset = 360
	deathdate = { day = 1 month = january year = 1502 }


	action_a ={		#OK#
		name = "ACTIONNAME3536A"
		command = { type = add_countryculture which = greek }
		command = { type = domestic  which = QUALITY  value = -2 }
		command = { type = domestic  which = SERFDOM  value = 2 }
	}

}

#The Great Carrack of Alexandria#
event = {

	id = 3537
	random = no
	country = KNI
	name = "EVENTNAME3537"
	desc = "EVENTHIST3537"
	style = 2
	
	date = { day = 1 month = january year = 1564 }
	offset = 360
	deathdate = { day = 1 month = january year = 1570 }

	action_a ={		#Praise the lord!!#
		name = "ACTIONNAME3537A"
		command = { type = treasury  value = 1500 }
		command = { type = relation  which = TUR  value = -200 }
	}

}

#Gabriele Tadini de Martinengo#
event = {

	id = 3539
	random = no
	country = KNI
	name = "EVENTNAME3539"
	desc = "EVENTHIST3539"
	style = 2

	date = { day = 1 month = january year = 1521 }
	offset = 360
	deathdate = { day = 1 month = january year = 1522 }

	action_a ={		#Improve our defenses#
		name = "ACTIONNAME3539A"
		command = { type = fortress  which = -1  value = 1 }
		command = { type = domestic  which = OFFENSIVE  value = -2 }
		command = { type = infra  value = 400 }
	}

}

#Spain give Malta to the Order#
event = {

	id = 3540			#Triggered by SPA3156#
	random = no
	country = KNI
	name = "EVENTNAME3540"
	desc = "EVENTHIST3540"
	style = 2

	action_a ={				#Accept Malta and become a Spanish vassal#
		name = "ACTIONNAME3540A"
		command = { type = capital which = 819 }
		command = { type = add_countryculture which = maltese }
		command = { type = remove_countryculture which = greek }
		command = { type = relation which = SPA value = 100 }
		command = { type = relation which = PAP value = 100 }
		command = { type = treasury value = 300 }
		command = { type = stability value = 3 }
	}

	action_b ={				#Accept Malta, but not to become a vassal#
		name = "ACTIONNAME3540B"
		command = { type = capital which = 819 }
		command = { type = add_countryculture which = maltese }
		command = { type = breakvassal which = SPA }
		command = { type = relation which = SPA value = -150 }
		command = { type = relation which = PAP value = -100 }
		command = { type = stability value = -1 }
		command = { type = revolt which = 819 }
	}
}

#Jean Parisot de la Valette#
event = {

	id = 3541
	random = no
	country = KNI
	name = "EVENTNAME3541"
	desc = "EVENTHIST3541"
	style = 2

	date = { day = 1 month = january year = 1565 }
	offset = 360
	deathdate = { day = 1 month = january year = 1566 }

	action_a ={
		name = "ACTIONNAME3541A"
		command = { type = fortress  which = -1  value = 1 }
		command = { type = domestic  which = OFFENSIVE  value = -2 }
	}

}

#The Holy League#
event = {

	id = 3542
	trigger = {
			exists = TUR
			AND = {
				event = 3549 
				} 
		}
	random = no
	country = KNI
	name = "EVENTNAME3542"
	desc = "EVENTHIST3542"
	style = 2

	date = { day = 1 month = january year = 1568 }
	offset = 30
	deathdate = { day = 1 month = january year = 1571 }


	action_a ={					#Support the Holy League#
		name = "ACTIONNAME3542A"
		command = { type = casusbelli which = TUR value = 72 }
		command = { type = relation which = TUR value = -150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = SPA value = 150 }
		command = { type = relation which = TOS value = 150 }
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = NAP value = 150 }
		command = { type = relation which = SAV value = 150 }
	}

	action_b ={					#Let the matter fall#
		name = "ACTIONNAME3542B"
		command = { type = relation which = TUR value = 50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = SPA value = -50 }
		command = { type = relation which = TOS value = -50 }
		command = { type = relation which = VEN value = -50 }
		command = { type = relation which = NAP value = -50 }
		command = { type = relation which = SAV value = -50 }
	}
}
